home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcbt0990.zip / PCBTIC.CFG < prev    next >
Text File  |  1993-03-23  |  3KB  |  91 lines

  1. ;               Sample configuration file for PCBTIC v1.00
  2.  
  3. ;               Blank lines in this CFG file are disregarded.
  4. ;               Information after a semi-colon is disregarded.
  5.  
  6. ; The following switches can occur anywhere in this configuration file.
  7.  
  8. ; REPLACE       YES means that old versions of files will be deleted from
  9. ;               DIRFL's and directories.  This is useful for keeping
  10. ;               software which is constantly being updated.
  11.  
  12. ;               Options: YES, Y, ON.  Anything else means NO
  13. replace yes
  14.  
  15.  
  16. ; DUPECHECK     YES enables duplicate checking, based on CRC.  Duplicate
  17. ;               files will not be inserted, and the TIC will be renamed
  18. ;               .BAD.
  19.  
  20. ;               Options: YES, Y, ON.  Anything else means NO
  21. dupecheck yes
  22.  
  23.  
  24. ; CHANGEDATE    YES will change the date of incoming files to the current date
  25. ;               and time.  This should be set to YES so these files will be
  26. ;               found with the PCBoard (N)ew file scan.
  27.  
  28. ;               Options: YES, Y, ON.  Anything else means NO
  29. changedate YES
  30.  
  31.  
  32. ; CONFIG        The location of the mailer's setup file.
  33. ;               Specify the directory only.
  34.  
  35. CONFIG c:\fd
  36.  
  37.  
  38. ; LIMIT         If less than this many KB remains on destination drive,
  39. ;               then the file will NOT be moved.
  40.  
  41. limit 256
  42.  
  43.  
  44. ;TIME           Specifies the number of hours to add/subtract to system time to
  45. ;               get STANDARD TIME; DAYLIGHT SAVINGS TIME; and the DAYLIGHT
  46. ;               SAVINGS TIME PERIOD.
  47.  
  48. ;               TIME -5, +4, 1 SUN APR - 5 SUN OCT
  49. ;                   This indicates that 5 hours must be added to system time to
  50. ;                   get standard time, +4 hours must be added to get savings
  51. ;                   time, and saving time runs from the 1st Sunday in April to
  52. ;                   the last Sunday in October.
  53. ;
  54. ;               TIME GMT (or UTC)
  55. ;                   Indicates that system time is set to UTC.
  56. ;
  57. ;               TIME -3, -2.5, 20 APR - 9 DEC
  58. ;                   Indicates that savings time starts on 20 April until 9 Dec.
  59.  
  60. ;               TIME parameter set for each coast (Canada and U.S.A.)
  61.  
  62. TIME            +5, +4, 1 SUN APR - 5 SUN OCT   ;For Eastern Canada/U.S.
  63.  
  64.  
  65. ; AREA          The definitions for each area, in the following format:
  66.  
  67.     ;line 1     AREA areaname
  68.     ;line 2     filespec for Directory text file (i.e. descriptions)
  69.     ;line 3     path where these files are moved (same as in PCBoard)
  70.     ;lines 4+ - FROM/TO address PASSWORD
  71.     ;               on TO lines, you can add the NOTIC option which will
  72.     ;               suppress the creation of an outbound .TIC file.
  73.  
  74. ;For example:
  75.  
  76. ;AREA NODEDIFF
  77. ; c:\files\descr
  78. ; c:\files\public\      trailing backslash is optional
  79. ; FROM 1:167/159 xxxxx
  80. ; FROM 1:123/456 yyyyy
  81. ; TO 1:167/159.1 FNEWS  NOTIC
  82. ; TO 1:789/654 FNEWS
  83. ; TO 4:5/6.78 xyz
  84.  
  85. ;AREA SOME_AREA
  86. ; passthru
  87. ; from 1:167/159 xxxxx
  88. ; to 1:167/159.1 yyyyy
  89.  
  90. ;<end of sample configuration file>
  91.